From 5e2d516a6b513c779340166eba170df6ce2790ab Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Tue, 11 May 2004 14:21:47 +0000 Subject: [PATCH] bitkeeper revision 1.893 (40a0e17bG2Buec6p9lQCs05N5de7sA) Add "debug ?=n" to xen/Rules.mk so people can easily see how to enable a debug build of Xen. --- xen/Rules.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/Rules.mk b/xen/Rules.mk index 440a05c925..a9db6358a4 100644 --- a/xen/Rules.mk +++ b/xen/Rules.mk @@ -2,6 +2,7 @@ COMPILE_ARCH := $(shell uname -m | sed -e s/i.86/i386/) TARGET_ARCH ?= $(COMPILE_ARCH) nodev ?= n +debug ?= n TARGET := $(BASEDIR)/xen HDRS := $(wildcard $(BASEDIR)/include/xen/*.h) -- 2.30.2